home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / nfpat1.zip / PAT1.DOC < prev   
Text File  |  1992-11-09  |  1KB  |  42 lines

  1. --------------------------------------------------------------------
  2. Nanforum Toolkit v2.1 Patch #1    11/10/92
  3. --------------------------------------------------------------------
  4.  
  5. When ORIGIN.ASM went to ORIGIN.C, the function name inadvertently
  6. became origin() instead of ft_origin().  You could fix the problem by
  7. creating a function 
  8.  
  9.     function ft_origin( ... )
  10.          return origin( ... )
  11.  
  12. but here's an honest to goodness patch, and what would the toolkit be
  13. without one of these, eh?  Just replace ORIGIN.C in your
  14. NFSRC.ZIP with the attached ORIGIN.C (if you downloaded the source
  15. code).
  16.  
  17. Then, you need a library utlitity (LIB.EXE comes with many versions
  18. of DOS, and with most compilers, and can be downloaded from the MSL
  19. forum on CompuServe as S12776.ARC).  If you know what to do, simply
  20. replace the ORIGIN.OBJ module with the new one that is included in
  21. this patch file.  
  22.  
  23. The procedure, for those not sure:
  24.  
  25. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  26.  
  27. 2.  Change to the directory where NANFOR.LIB is located.
  28.  
  29. 3.  Put ORIGIN.OBJ in the same directory as NANFOR.LIB.
  30.  
  31. 4.  Type
  32.         
  33.          LIB NANFOR -+ ORIGIN;
  34.  
  35. That should do it.  
  36.  
  37. Remember to report all strange stuff in Section 5 on Nanforum! If you
  38. have any problems, please contact me so I can help you get them
  39. fixed.
  40.  
  41. Glenn Scott [71620,1521]
  42.